home *** CD-ROM | disk | FTP | other *** search
/ Champak 109 / Vol 109.iso / games / eggs_and.swf / scripts / frame_39 / DoAction.as
Text File  |  2008-11-12  |  4KB  |  165 lines

  1. function gook(thismovie)
  2. {
  3.    var _loc1_ = _root;
  4.    var _loc2_ = thismovie;
  5.    if(!_loc2_.hitTest(_loc1_.resultarea) & _loc2_.status == 1 & !_loc2_.hitTest(_loc1_.borningarea))
  6.    {
  7.       removeMovieClip(_loc2_);
  8.       notgood.gotoAndPlay(1);
  9.       nowmeat--;
  10.    }
  11.    if(_loc2_.hitTest(_loc1_.resultarea))
  12.    {
  13.       if(_loc2_.front.timer >= _loc1_.fire and _loc2_.back.timer >= _loc1_.fire and _loc2_.front.timer <= _loc1_.overfire and _loc2_.back.timer <= _loc1_.overfire)
  14.       {
  15.          x = new Number(_loc1_.mark);
  16.          _loc1_.mark = x + 100;
  17.          _loc1_.jumbmark.mark.mark = 100;
  18.          _loc1_.jumbmark.mark.text = "σÑ╜σæ│∩╝ü";
  19.          _loc1_.jumbmark.play();
  20.          _loc1_.nowmix = _loc1_.nowmix + 1;
  21.       }
  22.       else if(_loc2_.front.timer > _loc1_.overfire and _loc2_.back.timer > _loc1_.overfire)
  23.       {
  24.          x = new Number(_loc1_.mark);
  25.          _loc1_.mark = x + 0;
  26.          _loc1_.jumbmark.mark.mark = 0;
  27.          _loc1_.jumbmark.mark.text = "µ┐âΣ║å∩╝ü";
  28.          _loc1_.jumbmark.play();
  29.       }
  30.       else if(_loc2_.front.timer > _loc1_.overfire and _loc2_.back.timer < _loc1_.overfire or _loc2_.front.timer < _loc1_.overfire and _loc2_.back.timer > _loc1_.overfire)
  31.       {
  32.          x = new Number(_loc1_.mark);
  33.          _loc1_.mark = x + 0;
  34.          _loc1_.jumbmark.mark.mark = 50;
  35.          _loc1_.jumbmark.mark.text = "σñ¬τåƒ∩╝ü";
  36.          _loc1_.jumbmark.play();
  37.       }
  38.       else if(_loc2_.front.timer < _loc1_.fire and _loc2_.back.timer < _loc1_.fire)
  39.       {
  40.          x = new Number(_loc1_.mark);
  41.          _loc1_.mark = x + 0;
  42.          _loc1_.jumbmark.mark.mark = 0;
  43.          _loc1_.jumbmark.play();
  44.          _loc1_.jumbmark.mark.text = "τöƒτÜä∩╝ü";
  45.       }
  46.       nowmeat--;
  47.       removeMovieClip(_loc2_);
  48.    }
  49.    if(nowmeat == 0 and _loc1_.nowmix > _loc1_.mix)
  50.    {
  51.       _loc1_.nowmix = 0;
  52.       _loc1_.nowbb = 0;
  53.       testvar = "Σ╕ïΣ╕Çτ┤Ü";
  54.       gotoAndStop("next");
  55.    }
  56.    else if(nowmeat == 0 and _loc1_.nowmix < _loc1_.mix)
  57.    {
  58.       _loc1_.gotoAndStop("end");
  59.       _loc1_.endmessage = "σ«óΣ║║Φó½µ░úσ╛ùΦ╡░Σ║å∩╝ü";
  60.    }
  61. }
  62. stop();
  63. if(lv == 1)
  64. {
  65.    fire = 50;
  66.    overfire = 130;
  67.    meat = 2;
  68.    sausage = 1;
  69.    mark = 0;
  70.    clock = 30;
  71.    mix = 2;
  72.    fires.gotoAndPlay("little");
  73.    clockpart.gotoAndPlay("reset");
  74. }
  75. else if(lv == "2")
  76. {
  77.    fire = 50;
  78.    overfire = 130;
  79.    meat = 4;
  80.    sausage = 2;
  81.    clock = 45;
  82.    mix = 3;
  83.    fires.gotoAndPlay("little");
  84.    clockpart.gotoAndPlay("reset");
  85. }
  86. else if(lv == "3")
  87. {
  88.    fire = 40;
  89.    overfire = 100;
  90.    meat = 6;
  91.    sausage = 4;
  92.    clock = 60;
  93.    mix = 5;
  94.    fires.gotoAndPlay("middle");
  95.    clockpart.gotoAndPlay("reset");
  96. }
  97. else if(lv == "4")
  98. {
  99.    fire = 40;
  100.    overfire = 100;
  101.    meat = 9;
  102.    sausage = 7;
  103.    clock = 75;
  104.    mix = 8;
  105.    fires.gotoAndPlay("middle");
  106.    clockpart.gotoAndPlay("reset");
  107. }
  108. else if(lv == "5")
  109. {
  110.    fire = 30;
  111.    overfire = 85;
  112.    meat = 12;
  113.    sausage = 10;
  114.    clock = 90;
  115.    mix = 11;
  116.    fires.gotoAndPlay("large");
  117.    clockpart.gotoAndPlay("reset");
  118. }
  119. else if(lv == "6")
  120. {
  121.    fire = 30;
  122.    overfire = 85;
  123.    meat = 15;
  124.    sausage = 12;
  125.    clock = 110;
  126.    mix = 10;
  127.    fires.gotoAndPlay("large");
  128.    clockpart.gotoAndPlay("reset");
  129. }
  130. nowmeat = meat + sausage;
  131. var gj = 1;
  132. var gh = 1;
  133. i = 0;
  134. while(i < meat)
  135. {
  136.    obj.duplicateMovieClip("egg" + i,i);
  137.    setProperty("egg" + i, _X, 30 * gj);
  138.    gj++;
  139.    if(i % 4 == 0)
  140.    {
  141.       gh += 30;
  142.       gj = 0;
  143.    }
  144.    setProperty("egg" + i, _Y, gh + 250);
  145.    i++;
  146. }
  147. var gj = 0;
  148. var gh = 1;
  149. i = 0;
  150. while(i < sausage)
  151. {
  152.    obj.duplicateMovieClip("sausage" + i,i + meat);
  153.    eval("sausage" + i).face.gotoAndStop("sausage");
  154.    gj += 30;
  155.    setProperty("sausage" + i, _X, gj + 90);
  156.    trace("sausage" + i + " " + gj);
  157.    if(i % 3 == 0)
  158.    {
  159.       gh += 30;
  160.       gj = 1;
  161.    }
  162.    setProperty("sausage" + i, _Y, gh + 250);
  163.    i++;
  164. }
  165.